HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/orbi-individual/node_modules/next/dist/experimental/testmode/playwright/index.d.ts
import * as base from '@playwright/test';
import type { NextFixture } from './next-fixture';
import type { NextOptions } from './next-options';
import type { NextWorkerFixture } from './next-worker-fixture';
export * from '@playwright/test';
export type { NextFixture, NextOptions };
export type { FetchHandlerResult } from '../proxy';
export interface NextOptionsConfig {
    nextOptions?: NextOptions;
}
export declare function defineConfig<T extends NextOptionsConfig, W>(config: base.PlaywrightTestConfig<T, W>): base.PlaywrightTestConfig<T, W>;
export declare const test: base.TestType<base.PlaywrightTestArgs & base.PlaywrightTestOptions & {
    next: NextFixture;
    nextOptions: NextOptions;
}, base.PlaywrightWorkerArgs & base.PlaywrightWorkerOptions & {
    _nextWorker: NextWorkerFixture;
}>;
export default test;